home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / a2.0bemacs-src.lha / Emacs-19.25 / src / bytecode_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-18  |  179 b   |  13 lines

  1. /* Prototypes for functions defined in
  2. bytecode.c
  3.  */
  4.  
  5. extern int Qbytecode;
  6.  
  7. extern struct Lisp_Subr Sbyte_code;
  8.  
  9. int Fbyte_code(int , int , int );
  10.  
  11. int syms_of_bytecode(void);
  12.  
  13.